home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / vi / vim-4.000 / vim-4 / vim-4.2 / src / proto / normal.pro < prev    next >
Encoding:
Text File  |  1996-06-17  |  596 b   |  12 lines

  1. /* normal.c */
  2. void normal __PARMS((void));
  3. void do_pending_operator __PARMS((register int c, int nchar, int finish_op, char_u *searchbuff, int *command_busy, int old_col, int gui_yank, int dont_adjust_op_end));
  4. int do_mouse __PARMS((int c, int dir, long count, int fix_indent));
  5. void start_visual_highlight __PARMS((void));
  6. void end_visual_mode __PARMS((void));
  7. int find_ident_under_cursor __PARMS((char_u **string, int find_type));
  8. void clear_showcmd __PARMS((void));
  9. int add_to_showcmd __PARMS((int c, int display_always));
  10. void push_showcmd __PARMS((void));
  11. void pop_showcmd __PARMS((void));
  12.